$(document).ready(function(){ $('#iframe').on('hide.bs.modal', function() { $(this).remove(); }); $(".load_page").click(function(event){ event.preventDefault(); $("#iframe").modal("hide"); $("#iframe").remove(); $.get($(this).attr('href'), function(html) { setTimeout(function(){ $("#page-container").append(html); $("#iframe").modal("show"); }, 500); }); }); $(".load_action").click(function(event){ event.preventDefault(); $.ajax({ url: $(this).attr('href') }).done(function( data ) { if(data=="true") { $("#iframe").modal("hide"); $("#iframe").remove(); var list = '/app/main/index